home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / s3intens.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.0 KB  |  44 lines

  1.  
  2. // JavaScript wrapper for s3intens.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_SELHELPINTENSITY_H = 1;
  7. include("real/intact/s3base.js")
  8.  
  9.  
  10. var R3CLID_SELHELPINTENSITY = 1453;
  11.  
  12.  
  13.  
  14.  
  15. // Description: Register class which supports intensity handle
  16. // Returns: Boolean, true if succeeded
  17. // p1: Integer, class id of the object class supporting intensity handle
  18. // p2: Integer, wire frame method for handle hit detection
  19. // p3: Tag[], -    
  20.  
  21. R3SHINTENCM_REGISTERHANDLECL = 1453000;
  22.  
  23. function mR3SHINTENCM_REGISTERHANDLECL(p1, p2, p3) {
  24.   return   Do3(this.r3obj, 1453000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_TAG, R3TNF_ARRAY);
  25. }
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. function r3Selhelpintensity () { 
  33.    this.base = r3God;
  34.    if(arguments.length) {
  35.       this.base(R3CLID_SELHELPINTENSITY, arguments);
  36.    }
  37.    // Methods
  38.    this.REGISTERHANDLECL=mR3SHINTENCM_REGISTERHANDLECL;
  39.  
  40.    // Attributes
  41. }
  42.  
  43. r3Selhelpintensity.prototype=new r3Selecthelperbase;
  44. // s3intens.h_H